home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Nave
/
MetaPloy.swf
/
scripts
/
frame_3
/
DoAction.as
Wrap
Text File
|
2006-06-13
|
598b
|
30 lines
if(scorvar == "0")
{
lives = "5";
metalast = "99999999";
tellTarget("/liv")
{
gotoAndStop(eval("/:lives"));
}
tellTarget("/lead")
{
gotoAndStop(2);
}
tellTarget("/mush")
{
gotoAndStop(3);
}
tellTarget("/adds")
{
gotoAndStop(2);
}
loadVariables("http://www.kleentec.ch/flashworks/metascor.txt","");
loadVariables("http://www.kleentec.ch/flashworks/metalast.txt","");
loadVariables("http://www.kleentec.ch/flashworks/metainfo.txt","");
scorvar = "1";
}
ifFrameLoaded(8)
{
gotoAndPlay(5);
}